FlexReport for .NET | ComponentOne
C1.Document Assembly / C1.Win.ImportServices.ReportingService4 Namespace / GetUserModelResponse Class / GetUserModelResponse Constructor / GetUserModelResponse Constructor(ServerInfoHeader,Byte[])

In This Topic
    GetUserModelResponse Constructor(ServerInfoHeader,Byte[])
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal ServerInfoHeader As ServerInfoHeader, _
       ByVal Definition() As Byte _
    )
    public GetUserModelResponse( 
       ServerInfoHeader ServerInfoHeader,
       byte[] Definition
    )

    Parameters

    ServerInfoHeader
    Definition
    See Also